home *** CD-ROM | disk | FTP | other *** search
/ Disney's Chicken Little …e) (Electronic Press Kit) / Disney's Chicken Little (Europe) (Electronic Press Kit).bin / bv_cl_menu_nl.swf / scripts / DefineSprite_37 / frame_3 / DoAction.as
Text File  |  2005-09-21  |  106b  |  10 lines

  1. if(this.overState != 1)
  2. {
  3.    gotoAndStop("start");
  4.    play();
  5. }
  6. else
  7. {
  8.    gotoAndStop("stop");
  9. }
  10.